From 5cac356cbbabb37721396838bfa1fb434c6f9ffb Mon Sep 17 00:00:00 2001 From: Debian Science Maintainers Date: Mon, 26 Dec 2016 17:33:56 +0000 Subject: [PATCH] deb_no_nbformat_for_now Gbp-Pq: Name deb_no_nbformat_for_now --- docs/Makefile | 13 +++++++------ 1 file changed, 7 insertions(+), 6 deletions(-) diff --git a/docs/Makefile b/docs/Makefile index a3d0a52..5e9a242 100644 --- a/docs/Makefile +++ b/docs/Makefile @@ -55,7 +55,8 @@ cleancache: notebooks: @echo "Generating notebooks from examples/notebooks folder" - $(TOOLSPATH)$(NOTEBOOKBUILD) --execute=True --allow_errors=True + : # unfortunately no nbformat in debian yet (only experimental, depends on jupyter) + #$(TOOLSPATH)$(NOTEBOOKBUILD) --execute=True --allow_errors=True html: # generate the examples rst files @@ -63,13 +64,13 @@ html: #$(TOOLSPATH)$(EXAMPLEBUILD) @echo "Generating datasets from installed statsmodels.datasets" $(TOOLSPATH)$(DATASETBUILD) - @echo "Generating notebooks from examples/notebooks folder" - $(TOOLSPATH)$(NOTEBOOKBUILD) --execute=True --allow_errors=True + #@echo "Generating notebooks from examples/notebooks folder" + #$(TOOLSPATH)$(NOTEBOOKBUILD) --execute=True --allow_errors=True @echo "Running sphinx-build" $(SPHINXBUILD) -b html $(ALLSPHINXOPTS) $(BUILDDIR)/html - @echo "Copying rendered example notebooks" - mkdir -p $(BUILDDIR)/html/examples/notebooks/generated - cp source/examples/notebooks/generated/*html $(BUILDDIR)/html/examples/notebooks/generated + #@echo "Copying rendered example notebooks" + #mkdir -p $(BUILDDIR)/html/examples/notebooks/generated + #cp source/examples/notebooks/generated/*html $(BUILDDIR)/html/examples/notebooks/generated #$(TOOLSPATH)$(EXAMPLEBUILD) $(TOOLSPATH)$(FOLDTOC) $(BUILDDIR)/html/index.html #$(TOOLSPATH)$(FOLDTOC) $(BUILDDIR)/html/examples/index.html ../_static -- 2.30.2